home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog12 < prev    next >
Text File  |  1995-06-29  |  184b  |  12 lines

  1. # test Dimension to String
  2. xtAppInitialize -class Program
  3.  
  4. xmLabel .label managed
  5. .label getValues -width w -height h
  6. puts stdout "Width: $w, height: $h"
  7.  
  8.  
  9. . realizeWidget
  10.  
  11. . mainLoop
  12.